home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / mint / mint095 / readme.new < prev   
Text File  |  1993-09-21  |  2KB  |  62 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991,1992 Eric R. Smith. All rights reserved. See the file
  4. "copying" for conditions of redistribution.
  5.  
  6. MiNT COMES WITH ABSOLUTELY NO WARRANTY, NOR WILL I BE LIABLE FOR ANY
  7. DAMAGES INCURRED FROM THE USE OF IT. USE ENTIRELY AT YOUR OWN RISK!!!
  8. ---------------------------------------------------------------------
  9.  
  10. New features for MiNT 0.95:
  11.  
  12. Bug fixes:
  13.  
  14. Bconmap() should work now. Some bugs have been fixed in Dlock()
  15. (and it now returns ELOCKED if used on a drive that is locked).
  16. Hardware scrolling has been fixed to work on the TT.
  17.  
  18.  
  19. Enhancements:
  20.  
  21. If the right shift key is held down when mint.prg runs, it will ask
  22. you whether or not you want to start MiNT.
  23.  
  24. MiNT now automatically runs everything after it in the auto folder, so
  25. it no longer needs to be the last thing in that folder.
  26.  
  27. If (and only if) no mint.cnf configuration file is found in the current
  28. directory, MiNT tries to load one from the \mint directory.
  29.  
  30. MiNT loads .XFS files from the current directory and from the \mint
  31. directory; first it loads ".\*.xfs" and then "\mint\*.xfs".
  32.  
  33. The serial ports can now be controlled via Fcntl (at least in theory;
  34. in practice this works well only for MODEM1). This should make porting
  35. Unix programs much easier.
  36.  
  37. A new directory, u:\shm, is provided for programs that wish to share
  38. their memory. See the file "shm.doc" for details.
  39.  
  40. New system calls, Psigpause() and Psigaction(), provide additional
  41. signal handling features.
  42.  
  43. The logical screen base is now per-process (unless the hardware scrolling
  44. has been turned on; in that case it must be global or hardware scrolling
  45. loses). Also, the critical error vector is now per-process so that TOS
  46. programs can print "Abort,Retry,Fail?" and GEM programs can use alert
  47. boxes.
  48.  
  49. The Dpathconf() system call now has an option to describe the case
  50. sensitivity (or not) of file systems.
  51.  
  52. Two new system calls, Pgeteuid() and Pgetegid(), have been provided
  53. to get the effective user and group id's.
  54.  
  55.  
  56. INCOMPATIBILITIES:
  57.  
  58. The date/time stamp of a process is now the date & time when the process
  59. started. The amount of CPU time the process has used is available via
  60. Fcntl calls (which ps and top have always used, so these still work
  61. correctly).
  62.